home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / Desktop Publishing / HTML 101 / HTML 101 / HTML 101.rsrc / TEXT_137.txt < prev    next >
Encoding:
Text File  |  1996-03-07  |  448 b   |  20 lines

  1.  
  2. Bold and Italic styles
  3.  
  4. These two tags appear in pairs. The text that you want the style changed is placed between the pair of tags.
  5.  
  6. Most browsers do not support using both bold and italic tags on the same piece of text .
  7.  
  8. The bold tags are :
  9.  
  10. <B> </B>
  11.  
  12. The italic tags are :
  13.  
  14. <I> </I>
  15.  
  16. Summary
  17.  
  18. ΓÇóBold and italic tags come in pairs and will modify the style of text that is placed between them.
  19.  
  20. Let's change the style of the text in your page.